alsoran icon indicating copy to clipboard operation
alsoran copied to clipboard

5G gNodeB Centralized Unit written in Rust

Results 6 alsoran issues
Sort by recently updated
recently updated
newest added

Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.5.11 to 0.6.1. Commits 66d22cc Release 0.6.1 (#118) 190a939 Have a test per type (#117) f1ee727 Fix is_naturally_exhaustive test for usize/isize. (#116) d5662e4 Update to edition 2021...

dependencies

Bumps [clap](https://github.com/clap-rs/clap) from 4.1.6 to 4.1.14. Release notes Sourced from clap's releases. v4.1.14 [4.1.14] - 2023-03-28 Features (derive) #[group] raw attribute support Performance (derive) clap_builder was pulled out of clap...

dependencies

Bumps [futures-core](https://github.com/rust-lang/futures-rs) from 0.3.26 to 0.3.28. Release notes Sourced from futures-core's releases. 0.3.28 Update to syn 2. This raises MSRV of utility crates to 1.56. (#2730, #2733) Fix bug in...

dependencies

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.38 to 1.0.40. Release notes Sourced from thiserror's releases. 1.0.40 Update syn dependency to 2.x 1.0.39 Set html_root_url attribute Commits 3cec8c4 Release 1.0.40 2c65cea Merge pull request...

dependencies

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.25.0 to 1.26.0. Release notes Sourced from tokio's releases. Tokio v1.26.0 Fixed macros: fix empty join! and try_join! ([https://github-redirect.dependabot.com/tokio-rs/tokio/pull/5504]) sync: don't leak tracing spans in mutex guards...

dependencies

@nplrkn : This is an interesting project. I was looking at 'sctp' implementation in your code. In fact it was the same problem that I had faced, that there was...