Toy Operating System in Rust

πŸ¦€ kernel. Contribute to SauravMaheshkar/os1 development by creating an account on GitHub. Read more

Similar

Interior Mutability Patterns in Rust

Rusts type system requires that there only ever is one mutable reference to a value or one or more shared references. What happens when you need multiple references to some value, but also need to mutate through them? We use a trick called interor mutabil... (more…)

Read more »