build-your-own-jira-with-rust icon indicating copy to clipboard operation
build-your-own-jira-with-rust copied to clipboard

A test-driven workshop to learn Rust building your own JIRA clone!

Results 4 build-your-own-jira-with-rust issues
Sort by recently updated
recently updated
newest added

Hello, I have here to write a get so I did this : ``` pub fn get(&self, id: &u32) -> &Ticket { self.data.get(id) } ``` But that gives me a...

hello, Im now looking at this part ``` /// So far we have allowed any string as a valid title and description. /// That's not what would happen in JIRA:...

If there is a `.01_ticket.rs.swp` file then this gets added to the list of koans as a second instance of the current koan. This means that when tests pass it...