Update lib.rs
This commit is contained in:
parent
963508597b
commit
49158c0ae1
@ -1,5 +1,5 @@
|
||||
use pyo3::prelude::*;
|
||||
#[allow(non_snake_case)]
|
||||
|
||||
/// Formats the sum of two numbers as string.
|
||||
#[pyfunction]
|
||||
fn sum_as_string(a: usize, b: usize) -> PyResult<String> {
|
||||
|
Loading…
Reference in New Issue
Block a user