ident = str::from_utf8(fasta_sequence.split_at(index).0).unwrap().to_string(); // ou, si seq2 est de type &Vec : print!("{} ", char::from(seq2[i-1]));