mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 18:18:06 +00:00
formating
This commit is contained in:
parent
ed20b91fe5
commit
1151a6edf4
2 changed files with 9 additions and 7 deletions
2
rustfmt.toml
Normal file
2
rustfmt.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
edition = "2018"
|
||||
tab_spaces = 2
|
|
@ -16,7 +16,7 @@ fn get_ffmpeg_info() -> PyResult<String> {
|
|||
|
||||
/// A Python module implemented in Rust.
|
||||
#[pymodule]
|
||||
fn av1an(_py: Python, m: &PyModule) -> PyResult<()> {
|
||||
fn av1an_rust(_py: Python, m: &PyModule) -> PyResult<()> {
|
||||
m.add_function(wrap_pyfunction!(get_ffmpeg_info, m)?)?;
|
||||
|
||||
Ok(())
|
||||
|
|
Loading…
Reference in a new issue