Skip to content

Commit

Permalink
Merge pull request #46 from malik672/doc
Browse files Browse the repository at this point in the history
feat(deref): Impl `Deref` for `FractionLike`
  • Loading branch information
malik672 authored Feb 25, 2024
2 parents e9fe9fe + 2f800a0 commit 3bdd16a
Show file tree
Hide file tree
Showing 10 changed files with 134 additions and 1,584 deletions.
19 changes: 17 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/target
/.DS_Store
# Generated by Cargo
# will have compiled files and executables
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# IDEs
.idea
.vscode
Loading

0 comments on commit 3bdd16a

Please sign in to comment.