Skip to content

andrew4x/rust-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Rust Usage assignment.

Functions

concat_strings(s1, s2)

This function concatenates two strings, s1 and s2, and returns joined string

Copilot

Interesting fact

Sometimes Copilot cannot produce the function body, although it can generate the function template with all the parameters. Improving the context usualy helps.

Dev Container configuration

This dev container provides support for Rust developers.

The container is based on existing Rust container, it contains all the required tools for building Rust programs It also contains a preset for online environment of the Visual Studio Code with the following plugins:

  • Rust Analyzer - helps with Rust code completions, static analysis, etc.
  • GitHub Copilot - AI-powered code generation

About

Lab repository for Rust course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages