Skip to content
Snippets Groups Projects
Commit e95867ae authored by Mathis "what could possibly go wrong" Randl's avatar Mathis "what could possibly go wrong" Randl
Browse files

fmt bindings

parent 8e3b9eb7
No related branches found
No related tags found
No related merge requests found
use proximipy::caching::bounded::bounded_linear_cache::BoundedLinearCache;
use proximipy::caching::approximate_cache::ApproximateCache;
use pyo3::{pymethods, pyclass};
use proximipy::caching::bounded::bounded_linear_cache::BoundedLinearCache;
use pyo3::{pyclass, pymethods};
macro_rules! create_pythonized_interface {
($name: ident, $type: ident) => {
......
......@@ -8,4 +8,4 @@ mod api;
fn proximipy(m: &Bound<'_, PyModule>) -> PyResult<()> {
m.add_class::<I16Cache>()?;
Ok(())
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment