Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Documentation about resource management in the Rust programming language

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
NotificationsYou must be signed in to change notification settings

PieterPenninckx/resource-management-in-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation about resource management in the Rust programming language.We zoom in on some concepts that are specific to Rust:

  • ownership
  • borrowing
  • lifetimes

Read online.

Unmaintained and probably outdated

I wrote this at the time to better understand Rust.I don't maintain it anymore.It is probably outdated.It is not part of the official Rust documentation.

Target audience

This documentation is for you if you

  • are learning the Rust programming language and you want to understandlifetimes, ownership, borrowing etc. better,
  • already understand the basics (structs, enums, traits, ...),
  • have some experience with a garbage-collected object oriented programminglanguage,
  • are comfortable reading simple technical English,
  • have no problem with the fact that this documentationis probably a work in progress for ever.

Building

We usemdBook to build the HTML versionof the documentation. You can install mdBook with the following command:

cargo install mdbook

To build, go to the folder containing thesrc folder and run the followingcommand:

mdbook build

The result is in thebook directory.

Contributing

We welcome contributions, big and small. SeeCONTRIBUTING fordetails.

License

"Resource management in Rust" is licensed under the Apache License, Version 2.0(seeLICENSE-APACHE),or the MIT license (seeLICENSE-APACHE), at your opinion.

About

Documentation about resource management in the Rust programming language

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp